*{margin:0;padding:0;box-sizing: border-box;font-family:'微软雅黑';/* color:#333 */;outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
body{ font-size:16px !important;}
.older { font-size: .36rem !important;}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
a{text-decoration:none;color:#333;}
a:active,
a:hover {outline: 0;color:#333;}
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* iframe */
iframe {border: 0;}

/*清除*/
.clear10{height:11px;clear:both;}
.mr0{margin-right: 0 !important}
.index-clear{height:25px;clear:both;}
.dn{display: none;}

#loading{position: fixed;top: 0;left: 0;width: 100%;height: 100%; background: #fff;z-index: 9999999;overflow: hidden; text-align:center}
#spinner{ height:100%; text-align:center; color:#fff;}
#loading img{ position:relative; top:50%; margin-top:-50px; width:100px;}